home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gigarom 1
/
Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso
/
FILES
/
DEV
/
I-Z
/
ResCopy.cpt
/
ResCopy XCMD
/
background_3586.txt
< prev
next >
Wrap
Text File
|
1989-02-02
|
3KB
|
173 lines
-- background: 3586 from stack: in
-- bmap block id: 5040
-- flags: 0000
-- background id: 0
-- name:
----- HyperTalk script -----
on idle
send idle to bkgnd button "rescopy"
pass idle
end idle
on closeCard
hide card field "help"
pass closeCard
end closecard
-- part 11 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=211 top=71 right=98 bottom=290
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Help
----- HyperTalk script -----
on mouseUp
visual zoom open
go to this card
show card field "Help"
end mouseUp
-- part 13 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=401 top=71 right=98 bottom=489
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: Return
----- HyperTalk script -----
on mouseUp
visual iris close
go back
end mouseUp
-- part 15 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=290 top=71 right=98 bottom=401
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: Video Stack
----- HyperTalk script -----
on mouseUp
visual iris open
push card
go to card id 2118
end mouseUp
-- part 17 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=129 top=71 right=98 bottom=211
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
go "home"
end mouseUp
-- part 21 (button)
-- low flags: 00
-- high flags: 4001
-- rect: left=458 top=32 right=67 bottom=492
-- title width / last selected line: 0
-- icon id / first selected line: 195 / 195
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: ResCopy
----- HyperTalk script -----
-------------------------------------------------------------------
--
-- Hey! Just for fun, try clicking around in ResCopy’s window
-- with the Option key held down...
--
-------------------------------------------------------------------
on mouseUp
ResCopy -- start up our trusty XCMD
end mouseUp
on idle -- rotate through 4 icons to spin the beanie!
global beanieCounter
add 1 to beanieCounter
if beanieCounter < 1 then exit idle
if beanieCounter > 4 then put 1 into beanieCounter
set icon of me to ("Andrea" && beanieCounter)
end idle
on mouseStillDown
Maller
end mouseStillDown
on mouseWithin
Maller
end mouseWithin
on mouseLeave
put 0 into beanieCounter
end mouseLeave
on Maller
global stevieCounter, beanieCounter
put -2 into beanieCounter
add 1 to stevieCounter
if stevieCounter > 6 then put 1 into stevieCounter
set icon of me to ("Maller" && stevieCounter)
end Maller
-- part 23 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=23 top=71 right=98 bottom=129
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
visual dissolve
push card
go to card id 7176
end mouseUp